var runtime.gcphase
26 uses
runtime (current package)
arena.go#L636: if gcphase == _GCmarktermination {
arena.go#L672: if gcphase != _GCoff {
arena.go#L864: if gcphase == _GCoff {
malloc.go#L953: if gcphase == _GCmarktermination {
malloc.go#L1184: if gcphase != _GCoff {
mfinal.go#L95: if gcphase != _GCoff {
mgc.go#L209: var gcphase uint32
mgc.go#L235: atomic.Store(&gcphase, x)
mgc.go#L236: writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L500: if cycle == n+1 || (gcphase == _GCmark && cycle == n+2) {
mgc.go#L513: if gcphase != _GCmark {
mgc.go#L570: if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
mgc.go#L819: if !(gcphase == _GCmark && work.nwait == work.nproc && !gcMarkWorkAvailable(nil)) {
mgc.go#L1003: if gcphase != _GCoff {
mgc.go#L1456: if gcphase != _GCmarktermination {
mgc.go#L1549: if gcphase != _GCoff {
mgcpacer.go#L1431: if gcphase != _GCoff {
mgcwork.go#L143: if flushed && gcphase == _GCmark {
mgcwork.go#L192: if flushed && gcphase == _GCmark {
mgcwork.go#L303: if gcphase == _GCmark {
mgcwork.go#L471: if gcphase != _GCoff || work.wbufSpans.free.isEmpty() {
mheap.go#L1956: if gcphase != _GCoff {
proc.go#L5125: if gcphase != _GCoff {
stack.go#L244: if gcphase == _GCoff && s.allocCount == 0 {
stack.go#L494: if gcphase == _GCoff {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |